A. ls profile
B. find /-name profile -print
C. cd /.profile
D. l -u .profile
Advertisement
Related Mcqs:
- Which command is used to list out all the hidden files along with the other files ?
- A. ls -l B. ls -x C. ls -F D. ls -a...
- Which command is used to delete all files in the current directory as well as all files and sub-directories in its subdirectories ?
- A. rm * B. rm -r * C. rm all D. rm *.*...
- The command to count the number of files in the current directory by using pipes, is_______________?
- A. ls | wc B. ls -l | wc -l C. ls | wc -w D. ls | ws -c...
- Which command is used to copy the three files wb, collect and mon into the misc directory, under the same, when you were currently in the programs directory ?
- A. copy wb ../misc collect ../misc mon ../misc B. cp wb collect mon ../misc C. copy wb collect mon /misc D. tar wb collect mon /misc...
- Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files ?
- A. -l B. -d C. -r D. -b...
- Which command is used to display and create files ?
- A. cat B. vi C. ed D. lyrix...
- The command used to compare the files is known as_________________?
- A. comp B. cmp C. do D. ccp...
- Which command is used to list all the files with extension .lst ?
- A. ls -l *.lst B. ls lst* C. ls *.* D. ls *[lst]...
- What command is used to remove files ?
- A. dm B. rm C. delete D. erase...
- Which command is used to make all files and sub-directories in the directory (progs) executable by all users ?
- A. chmod -R a+x progs B. chmod -R 222 progs C. chmod -1 a+x progs D. chmod -x a+x progs...
Advertisement